home *** CD-ROM | disk | FTP | other *** search
/ Freelog 101 / FreelogNo101-JanvierFevrier2011.iso / Internet / eM Client / setup.msi / eMClient.cab / IceWarpServerInterfacePluginFile / 0 / RCDATA / TACCESSMODEFORM / TACCESSMODEFORM.txt
Text File  |  2010-10-15  |  2KB  |  108 lines

  1. object AccessModeForm: TAccessModeForm
  2.   Left = 316
  3.   Top = 220
  4.   HelpContext = 234
  5.   BorderStyle = bsToolWindow
  6.   Caption = 'Access Mode'
  7.   ClientHeight = 101
  8.   ClientWidth = 379
  9.   Color = clBtnFace
  10.   Font.Charset = DEFAULT_CHARSET
  11.   Font.Color = clWindowText
  12.   Font.Height = -11
  13.   Font.Name = 'Microsoft Sans Serif'
  14.   Font.Style = []
  15.   KeyPreview = True
  16.   OldCreateOrder = False
  17.   Position = poScreenCenter
  18.   OnClose = FormClose
  19.   OnKeyPress = FormKeyPress
  20.   OnShow = FormShow
  21.   PixelsPerInch = 96
  22.   TextHeight = 13
  23.   object OKButton: TTntButton
  24.     Left = 221
  25.     Top = 75
  26.     Width = 75
  27.     Height = 23
  28.     Caption = '&OK'
  29.     Default = True
  30.     ModalResult = 1
  31.     TabOrder = 1
  32.   end
  33.   object CancelButton: TTntButton
  34.     Left = 301
  35.     Top = 75
  36.     Width = 75
  37.     Height = 23
  38.     Caption = '&Cancel'
  39.     ModalResult = 2
  40.     TabOrder = 2
  41.   end
  42.   object AccessModeBox: TTntGroupBox
  43.     Left = 0
  44.     Top = 0
  45.     Width = 379
  46.     Height = 69
  47.     Align = alTop
  48.     Caption = 'Access Mode'
  49.     TabOrder = 0
  50.     object ModeLabel: TTntLabel
  51.       Left = 9
  52.       Top = 18
  53.       Width = 30
  54.       Height = 13
  55.       Caption = 'Mode:'
  56.     end
  57.     object GroupL: TTntLabel
  58.       Left = 9
  59.       Top = 44
  60.       Width = 19
  61.       Height = 13
  62.       Caption = 'List:'
  63.     end
  64.     object ModeList: TTntComboBox
  65.       Left = 64
  66.       Top = 16
  67.       Width = 305
  68.       Height = 21
  69.       Style = csDropDownList
  70.       ItemHeight = 13
  71.       TabOrder = 0
  72.       OnChange = AllRadioClick
  73.       Items.Strings = (
  74.         'All accounts'
  75.         'Use account options'
  76.         'Use domain options'
  77.         'Accounts from list'
  78.         'Advanced mode')
  79.     end
  80.     object GroupEdit: TTntEdit
  81.       Left = 64
  82.       Top = 40
  83.       Width = 285
  84.       Height = 21
  85.       MaxLength = 127
  86.       TabOrder = 1
  87.     end
  88.     object SelectButton: TTntButton
  89.       Left = 348
  90.       Top = 40
  91.       Width = 21
  92.       Height = 21
  93.       Caption = '...'
  94.       TabOrder = 2
  95.       OnClick = SelectButtonClick
  96.     end
  97.   end
  98.   object ListAccountsButton: TTntButton
  99.     Left = 2
  100.     Top = 75
  101.     Width = 121
  102.     Height = 23
  103.     Caption = 'List Accounts...'
  104.     TabOrder = 3
  105.     OnClick = ListAccountsButtonClick
  106.   end
  107. end
  108.